home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / os2 / cpostsrc.arj / COLOR.IPS next >
Text File  |  1993-09-10  |  693b  |  14 lines

  1. %-------------------------------------------------------------------
  2. % Sample imbed file for cPost for color definitions.
  3. % See cPost.doc for more information
  4. %-------------------------------------------------------------------
  5.  
  6. /nColor [ 0 0 0 ] def  % black  - color for normal text
  7. /kColor [ 1 0 1 ] def  % purple - color for keywords
  8. /iColor [ 0 0 1 ] def  % blue   - color for identifiers
  9. /fColor [ 1 0 0 ] def  % red    - color for functions
  10. /dColor [ 1 0 0 ] def  % red    - color for function definitions
  11. /cColor [ 0 1 0 ] def  % green  - color for comments
  12. /pColor [ 0 1 0 ] def  % green  - color for preprocessor
  13. /lColor [ 0 0 0 ] def  % black  - color for line numbers
  14.